Revision: arch--lord--1.0--patch-56
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Wed Jan 23 18:33:41 PST 2002
Standard-date: 2002-01-23
Summary: Use `cut -s' not `cut'
Keywords: 
New-files: {arch}/arch/arch--lord/arch--lord--1.0/lord@regexps.com--2002/patch-log/patch-56
  patch-logs/patch-list-description.awk
Removed-files: patch-logs/patch-list-description.awk
Modified-files: ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
  archive-transactions/commit.sh
  branching-and-merging/reconcile.sh
  inventory/check-manifest.sh local-cache/file-diffs.sh
  local-cache/old-file.sh patch-sets/dopatch.sh
  patch-sets/mkpatch.sh patch-sets/patch-report.sh
New-patches: lord@regexps.com--2002/arch--lord--1.0--patch-56

The version of `cut' in the GNU textutils prints a blank line given an
empty input file, apparently treating empty files as if they have a
single, empty line (with omitted newline). `-s' fixes this.


